home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 21 / AMIGAplus Sonderheft 21 (1999)(ICP)(DE)[!].iso / PublicDomain / Anwendungen / ifx_JPEG_Loader / IFX_JPEG.readme next >
Text File  |  1999-08-23  |  3KB  |  78 lines

  1. Short:    JPEG ImageFX loader. PPC version.
  2. Author:   M.Smyk, S.Jedruszkiewicz(PPC version)
  3. Uploader: bjsebo@jota.ii.tuniv.szczecin.pl
  4. Type:     gfx/ifx
  5. Requires: ImageFX,ppc.library
  6.  
  7.                      PPC JPEG ImageFX loader.
  8.                           version 1.1
  9.  
  10.  This is version 1.1 of PPC JPEG loader for ImageFX. Based on Miloslaw
  11. Smyk 68k version. It uses JPEG library version 6a. Both normal and 
  12. progressive JPEG's are supported.
  13.  
  14. INSTALATION:
  15.  Copy file JPEG to ImageFX/modules/loaders/.
  16. Remember to backup old version of JPEG loader (in case of bugs in this
  17. release). Renaming the old JPEG loader is not enough - you should
  18. move it into other directory) Make sure you have removed all JPEG files
  19. (including JPEG.040 .000. 060) Also make sure you have JPEGTMP: assigned 
  20. somewhere (T: is a good choice). Then copy the prefs file into 
  21. ENVARC:ImageFX directory. I think ImageFX v3 uses env:ImageFX3 dir.
  22. It is also safe to put this prefs file there. JPEG loader will check
  23. both paths for prefs file.
  24.  
  25. USAGE:
  26.  First take a look at envarc/ImageFX/JPEG_Loader file. 
  27. The template is: "NOGUI/S,FU=FANCY_UPSAMPLING/S,DCT/K"
  28.  NOGUI - no gui will be shown.
  29.  FU    - Also called smoothing. If set smoothing will be enabled.
  30.  DCT   - DCT method. There are 3 allowed:
  31.          ISLOW - Use integer DCT method.
  32.          IFAST - Use fast integer DCT (less accurate).
  33.          FLOAT - Use floating-point DCT method.
  34.               The float method is very slightly more accurate than
  35.               the int method, but is much slower unless your machine
  36.               has very fast floating-point hardware.  Also note that
  37.               results of the floating-point method may vary slightly
  38.               across machines, while the integer methods should give
  39.               the same results everywhere.
  40.          The fast integer method is much less accurate than the other two.
  41.  
  42.  
  43. SPEED:
  44.  I have tested this on BlizzPPC 68040/25 + 603/200. It is about 6 times 
  45. faster than 68k version of JPEG loader. Loading 1400x1000 jpeg file
  46. takes about 3 seconds. Loading the same file with 68k version took 14s.
  47.  
  48. BUGS:
  49.      - jpeg file is not closed after beeing precessed. Dunno why.
  50.      - progress bar does not work with progressive jpegs. 
  51.        (in first phase)
  52. Please report bugs to: bjsebo@jota.ii.tuniv.szczecin.pl
  53.  
  54. IS IT FREE?
  55.  Particulary yes. But this software is giftware, which means, if you like
  56.  it, you should send cool stuff (chocolates, postcards, computers, cars etc.)
  57.  to:
  58.  
  59.   Miloslaw Smyk                         Sebastian Jedruszkiewicz
  60.   ul. Orawska 22/34            or       ul. P.Jasienicy 4/7
  61.   70-131 Szczecin, POLAND               70-492 Szczecin, POLAND
  62.  
  63.  
  64. HISTORY:
  65.  v1.1 (01.05.99)
  66.      - Fixed problems with caches clearing on PPC side.
  67.  
  68.  v1.0 (30.04.99)
  69.      - recompiled JPEG lib with latest egcs. 3x faster. egcs rulez ;)
  70.      - Changed GUI a bit. Added new Image (W.F.M.H. + Venus Art ;)
  71.      - Loader was looking for prefs file in env:ImageFX/ dir.
  72.        Fixed to search both env:ImageFX and env:ImageFX3.
  73.  
  74.  v0.9 (29.04.99)
  75.      - just received sources from Milek. Thanks a lot!
  76.      - recompiled JPEG lib 6a with sasc.
  77.      - created first working version of JPEG loader.
  78.